Lender Price API
Locking a Loan with LOS / 10. Reprice / 10.5 Export Pricing
In This Topic
    10.5 Export Pricing
    In This Topic

    /rest/v1/lp-ppe-api/price-quote/setScenarioFromResult/EllieMaeBuyRequest

    After you have comparison-priced the loan, compile the details of desired result with the setScenarioFromResult API. This creates an scenario object that can be locked with the addLockEvent API in the Add Export Pricing Lock Event step.

    Path

    /rest/v1/lp-ppe-api/price-quote/setScenarioFromResult/EllieMaeQuoteRequest

    Path Parameters

    EllieMaeQuoteRequest is the id of the selected loan returned by the getEllieLoanDifferences API in the Get Pricing Result Comparison step.

    Headers

    secret

    {{token}}

    Token

    companyid

    {{companyId}}

    Company Id

    Body

    {
        "priceQuoteId": priceQuoteId,
        "search": search,
        "lineResult": lineResult
    }
    

    PriceQuoteId is the id used in getSearch API during the Get Price Quote step.

    In the search field, enter "rate."

    In the lineResult field, enter the selected lineResult from the response to the getEllieLoanDifferences call in the Get Pricing Result Comparison step.

    Response

    This API sends no response body.